PostScript Control Information Synonym
The gxPostControlTag synonym ('psct') for the PostScript control information is defined:
#define gxPostControlTag 0x70736374ThegxPostControl
structure defines the contents of a gxPostControlTag synonym:
struct gxPostControl { long flags; };QuickDraw GX defines PostScript state flag information in the gxPsStateFlags enumeration:
Field Description
flags
- A flag that specifies how a shape is embedded in the PostScript data stream. If it is
gxNoSave
, the PostScript data should be encapsulated between a save and restore combination. IfgxNoSave
is not specified or the gxPostControlTag synonym is not present, the save and restore combination is used.
enum gxPsStateFlags{ gxNoSave = 1 /* don't do save-restore around PostScript */ /* data */ };
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help